home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / bb2000 / files / BlueMenu.dxr / 00023.ls < prev    next >
Encoding:
Text File  |  1998-02-20  |  369 b   |  15 lines

  1. on mouseUp
  2.   global gMasterObj, gICVquadspeed
  3.   cursor(4)
  4.   if the colorDepth > 16 then
  5.     alert("For optimum video performance please" & RETURN & "set your monitor color depth to 16 Bit.")
  6.   end if
  7.   if not gICVquadspeed then
  8.     playVideo(gMasterObj, "blues2x.icv")
  9.   else
  10.     if gICVquadspeed then
  11.       playVideo(gMasterObj, "blues4x.icv")
  12.     end if
  13.   end if
  14. end
  15.